home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- * File: Life.h
- *
- * Description: include file for the LIFE simulation
- *****************************************************************************/
-
- #define MENU_RUN 700
- #define MENU_STEP 701
-
- #define MENU_CLEAR 800
- #define MENU_GRID 801
- #define MENU_TIMER 802
- #define MENU_SMALL 803
- #define MENU_NORM 804
- #define MENU_LARGE 805
-
- #define MENU_ABOUT 900
-
- #define ABOUT_TIMESTAMP 100
- #define TIMER_EDIT 101
-